go/types.Checker.pkgPathMap (field)
8 uses
go/types (current package)
check.go#L173: pkgPathMap map[string]map[string]bool
check.go#L519: check.pkgPathMap = nil
format.go#L106: if check.pkgPathMap == nil {
format.go#L107: check.pkgPathMap = make(map[string]map[string]bool)
format.go#L112: if len(check.pkgPathMap[pkg.name]) > 1 {
format.go#L128: forName, ok := check.pkgPathMap[pkg.name]
format.go#L131: check.pkgPathMap[pkg.name] = forName
resolver.go#L203: if check.pkgPathMap != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)